home *** CD-ROM | disk | FTP | other *** search
/ Pesquisa Dirigida / Pesquisa Dirigida.iso / JOGOS / indiana_jones.swf / scripts / DefineButton2_321 / BUTTONCONDACTION on(release).as
Text File  |  2005-01-07  |  168b  |  8 lines

  1. on(release){
  2.    _root.lives.gotoAndStop(1);
  3.    _root.energy.gotoAndStop(1);
  4.    _root.score.gotoAndPlay(1);
  5.    _parent.gotoAndPlay("title");
  6.    gotoAndStop(1);
  7. }
  8.